runtime.lfstack.empty (method)
3 uses
runtime (current package)
lfstack.go#L50: func (head *lfstack) empty() bool {
mcleanup.go#L691: if q.flushed.Load() && q.full.empty() && uint32(q.sleeping.size) == q.ng.Load() {
mgc.go#L1612: if !work.full.empty() || !work.spanq.empty() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)